home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NOVA - For the NeXT Workstation
/
NOVA - For the NeXT Workstation.iso
/
SourceCode
/
DeveloperLabs
/
Lab3
/
Controller.h
next >
Wrap
Text File
|
1992-12-19
|
531b
|
25 lines
/* Generated by the NeXT Interface Builder */
#import <appkit/appkit.h>
#import <objc/Object.h>
@interface Controller : Object
{
id openReq; // OpenPanel for open requests
id saveReq; // SavePanel for save-in requests
}
+ new;
- showError:(char *)errorMessage;
- newTextView:sender;
- openRequest:sender;
-(int) openFile:(const char *)fileName;
- printRequest:sender;
- saveInRequest:sender;
- saveRequest:sender;
- saveWindow:win inPath:(const char *)name;
- windowWillClose:(id)whichWin;
- closeRequest:sender;
@end